WebdavSessionProxy Property |
Gets or sets proxy information for the session.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic WebProxy Proxy { get; set; }Public Property Proxy As WebProxy
Get
Set
Property Value
Type:
WebProxy
Remarks
The Proxy property identifies the WebProxy instance
to use to process requests to Internet resources.
See Also